type net.onlyValuesCtx (struct) Method Implmentations Deadline() (deadline time.Time, ok bool) (*T).M : context.Context.Deadline Done() <-chan struct{} (*T).M : context.Context.Done Err() error (*T).M : context.Context.Err Value(key interface{}) interface{} (*T).M : context.Context.Value
Method Implmentations Deadline() (deadline time.Time, ok bool) (*T).M : context.Context.Deadline Done() <-chan struct{} (*T).M : context.Context.Done Err() error (*T).M : context.Context.Err Value(key interface{}) interface{} (*T).M : context.Context.Value